From 64635bf40f07202b7698582a2835e9214c0937cc Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 8 Sep 2020 10:56:16 +0100 Subject: [PATCH] Drop patch, applied upstream --- ...ed-StandardOutput-syslog-with-journa.patch | 42 ------------------- debian/patches/series | 1 - 2 files changed, 43 deletions(-) delete mode 100644 debian/patches/boot-Replace-deprecated-StandardOutput-syslog-with-journa.patch diff --git a/debian/patches/boot-Replace-deprecated-StandardOutput-syslog-with-journa.patch b/debian/patches/boot-Replace-deprecated-StandardOutput-syslog-with-journa.patch deleted file mode 100644 index 9cf14276..00000000 --- a/debian/patches/boot-Replace-deprecated-StandardOutput-syslog-with-journa.patch +++ /dev/null @@ -1,42 +0,0 @@ -From: Simon McVittie -Date: Fri, 21 Aug 2020 09:14:36 +0100 -Subject: boot: Replace deprecated StandardOutput=syslog with journal, etc. - -systemd deprecated this in v246. - -Bug: https://github.com/ostreedev/ostree/issues/2169 -Forwarded: https://github.com/ostreedev/ostree/pull/2177 -Signed-off-by: Simon McVittie ---- - src/boot/ostree-prepare-root.service | 4 ++-- - src/boot/ostree-remount.service | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/boot/ostree-prepare-root.service b/src/boot/ostree-prepare-root.service -index 9169220..250ffe7 100644 ---- a/src/boot/ostree-prepare-root.service -+++ b/src/boot/ostree-prepare-root.service -@@ -30,6 +30,6 @@ Before=initrd-root-fs.target - Type=oneshot - ExecStart=/usr/lib/ostree/ostree-prepare-root /sysroot - StandardInput=null --StandardOutput=syslog --StandardError=syslog+console -+StandardOutput=journal -+StandardError=journal+console - RemainAfterExit=yes -diff --git a/src/boot/ostree-remount.service b/src/boot/ostree-remount.service -index 4c3ed94..af40453 100644 ---- a/src/boot/ostree-remount.service -+++ b/src/boot/ostree-remount.service -@@ -35,8 +35,8 @@ Type=oneshot - RemainAfterExit=yes - ExecStart=/usr/lib/ostree/ostree-remount - StandardInput=null --StandardOutput=syslog --StandardError=syslog+console -+StandardOutput=journal -+StandardError=journal+console - - [Install] - WantedBy=local-fs.target diff --git a/debian/patches/series b/debian/patches/series index ca9cbc44..b73e566a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ debian/Skip-test-pull-repeated-during-CI.patch -boot-Replace-deprecated-StandardOutput-syslog-with-journa.patch -- 2.30.2